/*
 * 国家生态环境科技成果转化综合服务平台 首页样式文件
 * @author: zhuzl<me@zhuzhilong.com>
 * @date: 2024-06-10 12:00:00
 */
 .page-home .common-header {
  height:696px;
}
.page-home .common-bg {
  /* background-image: url("../img/home-banner-01.jpg"); */
}
.banner-swiper-wrap {
  position: absolute;
  top: 0;
}
.banner-swiper {
  max-height: 696px;
  overflow: hidden;
}
.banner-swiper img {
  height: 696px;
}
.banner-swiper video {
  height: 696px;
  background-color: #000;
}
.banner-swiper .swiper-slide {
  text-align: center;
  overflow: hidden;
}
.banner-swiper-pagination {
  position: absolute;
  z-index: 15;
  text-align: center;
  bottom: 20px;
  padding: 0;
}
.banner-swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 6px;
  border-radius: 0;
  background-color: #fff;
  --swiper-pagination-bullet-horizontal-gap: 8px;
}
.home-block-1 {
  padding: 40px 0;
  background-color:#fff;
}
.kjdh-list .col {
  padding: 5px;
}
.kjdh-item {
  padding: 50px 0;
  border: 1px solid #FFF;
  background: linear-gradient(0deg, #FFF 0%, #F6FAFF 100%);
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.10);
  transform: scale(1.0);
  transition: all 0.3s ease-in-out;
}

.kjdh-item-icon {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  padding-top: 22px;
}
.kjdh-item-icon img {
  height: 48px;
}
.kjdh-item-title {
  color:var(--text-color-dark);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: "PangMenZhengDao";
  padding-bottom: 22px;
}
.kjdh-item-title em {
  font-weight:normal;
  color:inherit;
  vertical-align: middle;
  margin-left: 10px;
  display: none;
  line-height: 20px;
  height: 24px;
  position: absolute;
  margin-top: 2px;
}
.kjdh-item-subtitle {
  line-height: 20px;
  color: #fff;
  width: 85%;
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #fff;
  text-align: center;
  display: none;
  font-size: 12px;
}
.kjdh-item img{
  transform: scale(1.0);
  transition: all 0.3s ease-in-out;
}
.kjdh-item:hover img {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}
.kjdh-item:hover .kjdh-item-icon {
  margin-bottom: 23px;
  padding-top: 0;
}
.kjdh-item:hover .kjdh-item-title {
  color:#fff;
  padding-bottom: 0;
}
.kjdh-item:hover .kjdh-item-title em {
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.kjdh-item:hover .kjdh-item-subtitle {
  display: inline-block;
}
.kjdh-item:hover {
  background:url("../img/home-bg-block-01.jpg") no-repeat center center / cover;
  transform: scale(1.05);
}

.home-block-2 {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 30px;
  /* min-height: 755px; */
  background: url("../img/home-bg-block-02.jpg") no-repeat center center / cover;
}
.home-block-2 .news-first {
  display: none;
}
.home-block-2 .news-first.active {
  display: block;
}
.block-title {
  color: var(--text-color-dark);
  font-size: 30px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.block-desc {
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;

}

.block-desc a {
  color: var(--primary-color);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-left: 20px;
}
.block-desc em {
  font-size:12px;
  margin-left: 2px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  /* vertical-align: middle; */
}
.block-desc a:hover em {
  margin-left: 10px;
}

.home-block-3 {
  box-sizing: border-box;
  padding: 40px 0 20px 0;
  /* min-height: 590px; */
  background: #fff;
}

.home-block-4 {
  box-sizing: border-box;
  padding: 40px 0;
  /* min-height: 600px; */
  background: url("../img/home-bg-block-03.jpg") no-repeat center center / cover;
}
.home-block-4 .colItem {
  padding: 12px;
}

.card-news-picture {
  border: 2px solid #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.05);
  height: 550px;
}
.card-news-picture .card-img-top {
  height: 365px;
}
.news-tab-header {
  /* height: 72px; */
  position:relative;
  background: url(../img/bg-home-news-tab.png) no-repeat center center / contain;
}
.news-tab-header-bg {
  height: 64px;
  width: 100%;
  border-top: 1px solid #FFF;
  border-radius: 8px 8px 0px 0px;
  background: linear-gradient(180deg, rgba(21, 140, 229, 0.15) 0%, rgba(21, 140, 229, 0.00) 100%);
  position:absolute;
  bottom: 0;
  left: 0;
}
.news-tab-nav {
  position: relative;
}
.news-tab-nav .nav-link {
  width: 33.33%;
  height: 72px;
  line-height: 64px;
  padding-top: 8px;
  text-align: center;
  color: var(--text-color-normal);
  font-size: 20px;
  cursor: pointer;
}
.news-tab-nav .nav-link.active {
  background: url("../img/home-tab-current.svg") no-repeat center center / contain;
  color:#fff;
  font-weight: bold;
}

.news-tab-item .inner-img{
  height: 140px;
  width: 100%;
}
.news-links a {
  display: block;
  padding: 10px 0;
}
.news-links .news-item-img {
  padding-right: 3px;
}
.news-links a:hover .news-title {
  color:var(--primary-color)
}
.news-links .news-item-text {
  min-height: 140px;
}
.news-links .news-item-text::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #E8EBF3;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.news-title {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: var(--text-color-dark);
  overflow: hidden;
  border-bottom: 1px solid #E8EBF3;
  padding-bottom: 8px;
  position: relative;
}
.card-news-picture h3 {
  font-size: 20px!important;
}
.news-title::before {
  content: "";
  width: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #158CE5;
}
.news-desc {
  color:var(--text-color-normal);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 4px;
}
.card-news-picture .news-desc {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-date {
  color: var(--text-color-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0;
}

.news-tab-body .news-tab-item {
  display: none;
}
.news-tab-body .news-tab-item.active {
  display: block;
}

.swiper-tech-container {
  width: 100%;
  padding: 0 15px;
}

.swiper-tech {
  width: 100%;
}
.swiper-tech .inner-img {
  height: 200px;
}

.swiper-tech .card {
  border:none;
  position: relative;
  border-radius: 0;
}
.swiper-tech .card:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 8px;
  background: var(--primary-color);
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.swiper-tech .card .card-title {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color:var(--text-color-dark);
}

.swiper-tech .card .card-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 48px;
  color:var(--text-color-normal);
}

.swiper-tech .card:hover {
  background: linear-gradient(0deg, rgba(6, 29, 116, 0.00) 0%, rgba(6, 29, 116, 0.04) 100%), #FFF;
  box-shadow: 0px 8px 16px 0px rgba(6, 29, 116, 0.20);
}

.swiper-tech .card:hover::after {
  width: 100%;
}

.swiper-arrows {
  width: 120px;
  position: relative;
  margin: 0 auto;
  padding-top: 80px;
}

.swiper-button-prev,.swiper-button-next {
  background: var(--primary-color);
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.swiper-button-prev:hover,.swiper-button-next:hover {
  background: var(--primary-color-dark);
}
.swiper-button-prev::after,.swiper-button-next::after {
  font-size:14px;
  color:#fff;
}

.long-card {
  height: 580px;
  box-sizing: border-box;
  border: 2px solid #FFF;
  background: #FFF;
  overflow: hidden;
  box-shadow: 8px 8px 20px 0px rgba(55, 99, 170, 0.20);
  position:relative;
}
.long-card .card-link-text {
  font-size: 20px;
  display: none;
}
.long-card .card-link-text a {
  color: #fff;
}
.long-card .inner-img {
  position:absolute;
  width: 100%;
  height: 640px;
  z-index: 1;
}
.long-card .card-title, .long-card .card-body {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.long-card .card-title {
  padding-left: 26px;
  padding-top: 38px;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  color:#fff;
}
.long-card .card-body {
  position: absolute;
  padding:26px 16px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, #E4EFFF -0.6%, rgba(228, 239, 255, 0.00) 99.88%), #fff;
  color: var(--text-color-dark);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.long-card .card-body::before {
  width: 0;
  height: 0;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left:0;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  background-color: var(--primary-color);
}
.long-card:hover > .card-body {
  /* background: var(--primary-color); */
  color:#fff;
}
.long-card:hover > .card-body::before {
  width: 100%;
  height: 100%;
}
.long-card:hover > .card-body .card-link-text {
  display: block;
  z-index: 2;
}
.long-card .card-body p {
  margin-bottom: 5px;
  z-index: 2;
}
.long-card .card-body p.card-link-text {
  font-size: 20px;
}
.long-card .card-body p.desc {
  font-size: 16px;
}

.long-card-right .card-body {
  background: linear-gradient(90deg, #E4EFFF -0.6%, rgba(228, 239, 255, 0.00) 99.88%), #fff;
  color:var(--text-color-dark);
}

.long-card-middle .card-top {
  height: 340px;
  position:relative
}
.long-card-middle .inner-img {
  height: 340px;
  position:relative;
}
.long-card-middle .card-top .inner-body {
  position:absolute;
  z-index: 1;
  left:0;
  bottom: 0;
  color:#fff;
  padding: 14px;
  width: 100%;
  box-sizing: border-box;
}
.long-card-middle .card-top .inner-body p {
  margin-bottom: 0;
}
.card-status {
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 34px;
}
.card-type {
  position: absolute;
  left: 0;
  top:0;
  color:#fff;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 6px 12px;
  z-index: 3;
  background: rgba(0, 141, 255, 0.60);
  backdrop-filter: blur(0.7px);
}
.card-more-text {
  position: absolute;
  bottom: 14px;
  right: 14px;
}
.card-more-text em {
  font-size: 12px;
}
.live-list {
  padding: 12px 12px;
  margin: 0;
}
.live-item {
  padding: 8px;
}
.live-item .row {
  margin-left: -10px;
  margin-right: -10px;
}
.live-item .col-5,.live-item .col-7 {
  padding-left: 5px;
  padding-right: 10px;
}
.live-item h5 {
  color:var(--text-color-dark);
  font-size: 14px;
  font-style: normal;
  line-height: 28px;
  color: var(--text-color-dark);
  margin-top: 10px;
  margin-bottom: 0;
}
.live-item p {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--text-color-normal);
}
.long-card-middle .live-list .inner-img {
  height: 100px;
}
.live-more {
  padding: 0 20px;
  text-align: center;
}
.live-more a {
  text-align: center;
  border-top: 1px solid #DDD;
  padding-top: 16px;
  width: 100%;
  display: block;
  color: #158CE5;
}

.fixed-side-nav {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 99;
}
.fixed-side-nav-inner {
  position: relative;
}
.side-nav-group {
  background: #fff;
  padding: 5px;
  width: 60px;
  box-sizing: border-box;
  min-height:60px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
}
.side-nav-group+.side-nav-group {
  margin-top: 10px;
}
.side-nav-item {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.side-nav-item:hover,.side-nav-item.active {
  background-color: var(--primary-color);
}
.side-nav-item:hover > em,.side-nav-item.active > em {
  color:#fff;
}
.side-nav-item em {
  color: var(--text-color-dark);
  font-size:20px;
}
.side-nav-item + .side-nav-item {
  margin-top: 3px;
  position: relative;
}

/* .side-nav-item + .side-nav-item::before{
  content:"";
  width: 24px;
  height: 1px;
  background: #E8EBF3;
  position: absolute;
  top: -2px;
  left: 13px;
} */
.side-nav-split {
  margin: 2px 0;
  position: relative;
}
.side-nav-split::before{
  content:"";
  width: 24px;
  height: 1px;
  background: #E8EBF3;
  position: absolute;
  top: -2px;
  left: 13px;
}
.side-nav-item {
  z-index: 2;
}
.side-nav-item em.ci-home-side-to-top {
  color:var(--primary-color)
}
.side-nav-item:hover em.ci-home-side-to-top {
  color:#fff
}

.side-nav-item-inner {
  width: 265px;
  z-index: 0;
  position: absolute;
  display: none;
  bottom: 0;
  right: 55px;
  padding-right: 15px;
}
.side-nav-item-inner-chat {
  top: 0;
  bottom: unset;
}
.side-nav-item-inner.shortcut {
  width: 144px;

}
.side-nav-item-inner .inner-wrap {
  padding: 24px;
  background: #fff;
  cursor: auto;
  box-shadow: 0px 24px 32px 0px rgba(0, 0, 0, 0.04), 0px 16px 24px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.side-nav-item-inner.shortcut .inner-wrap {
  border-top: 4px solid #158CE5;
}
.side-nav-item:hover .side-nav-item-inner {
  display: block;
}
.side-nav-item-inner-chat h3 {
  color: var(--text-color-dark);
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}
.side-nav-item-inner-chat p {
  color: var(--text-color-light);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.side-nav-item-inner-chat .btn-guestbook {
  color: var(--primary-color);
  border-radius: 0;
  border-color: var(--primary-color);
  padding: 0 1em;
  line-height: 1.7;
}
.side-nav-item-inner-chat .btn-guestbook:hover {
  color:#fff;
  background-color: var(--primary-color-dark);
}

.side-nav-item-inner-nav h3{
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  color: var(--text-color-dark);
}
.side-nav-item-inner-nav dl {
  margin-bottom: 0;
  margin-top: 24px;
}
.side-nav-item-inner-nav dt {
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 8px;
  display: block;
}
.side-nav-item-inner-nav dt::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  background: var(--primary-color);
  transform: rotate(45deg);
}
.side-nav-item-inner-nav dd {
  width: 48%;
  display: inline-block;
}
.side-nav-item-inner.shortcut .side-nav-item-inner-nav dd  {
  width: 96px;
}
.side-nav-item-inner-nav dd a {
  width: 90px;
  text-align: center;
  border: solid 1px var(--primary-color);
  color: var(--primary-color);
  border-radius: 0;
  font-size: 14px;
}
.side-nav-item-inner.shortcut .side-nav-item-inner-nav dd a  {
  width: 96px;
}
.side-nav-item-inner-nav dd a:hover {
  background: linear-gradient(90deg, rgba(21, 140, 229, 0.20) 0%, rgba(53, 206, 255, 0.20) 100%);
  color: var(--primary-color);
}

.side-nav-item-inner-contact dt{
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  color: var(--text-color-dark);
  margin-bottom: 8px;
}
.side-nav-item-inner-contact em {
  color: inherit;
  margin-right: 8px;
  font-weight: normal;
  vertical-align: middle;
}
.side-nav-item-inner-contact dd {
  width: 100%;
  padding-left: 26px;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 20px;
  color: var(--text-color-normal);
  margin: 0;
}
.side-nav-item-inner-contact dd span.text-color-primary {
  color: var(--primary-color);
}

.side-nav-item-inner-wechat .inner-wrap{
  background-color: #FFF;
  cursor:auto;
}
.side-nav-item-inner-wechat .mask{
  width: 250px;
  height: 115px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--primary-color);
}
.wechat-title {
  text-align: center;
  color: #fff;
}
.wechat-title em {
  color:inherit;
  margin-right: 3px;
  font-weight: normal;
  vertical-align: middle;
}
.wechat-title span{
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 20px;
}
.side-nav-item-inner-wechat .content {
  position: relative;
}
.side-nav-wechat-qrcode-box {
  padding: 16px;
  background-color: #fff;
}
.side-nav-wechat-qrcode-box img {
  width: 100%;
}
.side-nav-wechat-qrcode-box p {
  padding: 10px;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  margin-bottom:0;
  color:var(--text-color-dark);
}

.side-nav-wechat-qrcode-box .text-color-primary {
  font-weight: bold;
  color: var(--primary-color);
}


.fixed-announcement-modal {
  position: fixed;
  bottom: 16px;
  left: 16px;
  z-index: 100;
  background: var(--primary-color);
  background: linear-gradient(131deg, #DAEDFE 2.76%, #82A8CD 99.2%);
  width: 305px;
  padding: 20px;
}
/* 使用3块区域合成四个带内凹圆角块，主要底部背景有渐变效果，不好直接使用纯色圆形覆盖 */
.announcement-inner .corner-top {
  width: 100%;
  height: 16px;
  background: radial-gradient(circle at left top, transparent 12px, #fff 0) 0 0/80% 100% no-repeat,
  radial-gradient(circle at right top, transparent 12px, #fff 0) 130px 0/51% 100% no-repeat;
}
.announcement-inner .content {
  background-color: #fff;
  padding: 0 16px;
}
.announcement-inner p {
  margin-bottom: 0;
}
.announcement-inner .corner-bottom {
  width: 100%;
  height: 16px;
  background: radial-gradient(circle at left bottom, transparent 12px, #fff 0) 0 0/80% 100% no-repeat,
  radial-gradient(circle at right bottom, transparent 12px, #fff 0) 130px 0/51% 100% no-repeat;
}

.fixed-announcement-modal .announce-title {
  color: #2E6B97;
  text-align: justify;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: normal;
  height: 40px;
  overflow: hidden;
}

.fixed-announcement-modal .announce-desc {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  height: 85px;
  overflow: hidden;
  color:var(--text-color-dark)
}
.fixed-announcement-modal .announce-actions a {
  color:#2E6B97
}
.fixed-announcement-modal .announce-actions a:hover {
  color: var(--primary-color);
}
.close-modal {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 5px;
  cursor: pointer;
}
.close-modal span {
  width: 16px;
  height: 16px;
  display: block;
  position: relative;
}
.close-modal span b {
  display: block;
  width: 100%;
  height: 2px;
  background: var(--text-color-normal);
  position: absolute;
  left: 0;
  top: calc((100% - 4px) / 2);
  transition: all .3s;
}
.close-modal span b:nth-child(1) { transform: translateY(0) rotate(45deg);}
.close-modal span b:nth-child(2) { transform: translateY(0) rotate(-45deg);}


@media screen and (min-width: 1900px) {
  .swiper-tech .inner-img {
    height: 300px;
  }
}

@media screen and (min-width: 992px) {
  .banner-swiper video, .banner-swiper img {
    height: 696px;
  }
  .page-home .common-header {
    height: 696px;
}
}

@media screen and (max-width: 992px)  {
  .banner-swiper video {
    height: 260px;
  }
  .banner-swiper img {
    height: 260px;
  }
  .page-home .common-header {
    height: 260px;
  }
  .banner-swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .kjdh-item {
    padding: 10px 0;
  }
  .kjdh-item-subtitle {
    font-size: 10px;
  }
  .home-block-2 .block-desc span {
    display: none;
  }
  .home-block-2 .block-desc a {
    margin-left: 0;
  }
  .long-card-middle .live-list .inner-img {
    height: 165px;
  }
  .long-card {
    height: 575px;
  }
  .card-news-picture {
    height: auto;
  }
  .card-news-picture .card-img-top {
    height: 285px;
  }
}

@media screen and (max-width: 600px) {
  .fixed-announcement-modal {
    display: none;
  }
  #banner-swiper .banner-swiper-pagination {
    margin: 0;
  }
  .home-block-1 {
    display: none;
  }
  .long-card {
    height: auto;
  }
  .long-card.long-card-left, .long-card.long-card-right {
    height: 420px;
  }
  .long-card-middle .card-top {
    height: 220px;
  }
  .long-card-middle .inner-img {
    height: 218px;
  }
  .live-more a {
    padding-bottom: 16px;
  }
  .kjdh-item-icon {
    margin-bottom: 16px;
  }
  .kjdh-item-icon img {
    height: 30px;
  }
  .kjdh-item-title {
    font-size: 20px;
  }
  .block-title {
    font-size: 22px;
  }
  .fixed-side-nav {
    bottom: 60px;
  }
  .quick-nav {
    display: none;
  }
  .side-nav-group {
    width: 40px;
  }
  .side-nav-item {
    width: 32px;
    height: 32px;
  }
  .side-nav-item em {
    font-size: 14px;
    line-height: 20px;
  }
  .side-nav-split::before {
    width: 24px;
    left: 4px;
  }
  .news-tab {
    margin-top: 16px;
  }
  .news-tab-nav .nav-link {
    font-size: 14px;
    line-height: 30px;
  }
  .news-tab-nav .nav-link {
    height: 36px;
  }
  .news-tab-nav .nav-link.active {
    height: 42px;
  }
  .news-title, .swiper-tech .card .card-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
  }
  .card-news-picture h3 {
    font-size: 16px!important;
  }
  .news-date {
    font-size: 14px;
    line-height: 1.5;
  }
  .card-news-picture .card-img-top {
    height: 220px;
  }
}
